go/parser.parser.printTrace (method)

6 uses

	go/parser (current package)
		parser.go#L85: func (p *parser) printTrace(a ...any) {
		parser.go#L101: 	p.printTrace(msg, "(")
		parser.go#L109: 	p.printTrace(")")
		parser.go#L122: 			p.printTrace(s, p.lit)
		parser.go#L124: 			p.printTrace("\"" + s + "\"")
		parser.go#L126: 			p.printTrace(s)